﻿/* 主要内容 start */

.main_container {
    width: 1200px;
    margin: 0 auto;
}

.main_container .title {
    position: relative;
    text-align: center;
}

.main_container .title h1 {
    font-size: 48px;
    font-weight: 500;
    color: #E93838;
}

.main_container .title ul {
    display: inline-block;
    text-align: center;
    list-style: none;
    padding: 0;
    line-height: 16px;
}

.main_container .title ul li {
    float: left;
}

.main_container .title ul li a {
    display: inline-block;
    color: #333;
    font-size: 16px;
    line-height: 16px;
    padding: 0 5px;
    border-right: 1px solid #333;
}

.main_container .title ul li:last-child a {
    border: none;
}

.main_container .title a {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    line-height: 16px;
    color: #E93838
}

#main_swiper1 {
    position: relative;
    display: inline-block;
    width: 750px;
    height: 422px;
}

#main_swiper1 .swiper-slide {
    position: relative;
    height: 422px !important;
}

#main_swiper1 .swiper_info {
    display: inline-block;
    color: #fff;
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 0;
    padding-left: 20px;
    padding-right: 15%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.5);
}

#main_swiper1 img {
    width: 750px;
    height: 422px;
}

#main_swiper1_pag {
    position: absolute;
    z-index: 20;
    text-align: right;
    padding-right: 10px;
    /* background: #000; */
    filter: alpha(opacity=70);
    width: 100%;
    height: 30px;
    line-height: 30px;
    bottom: 0;
}

#main_swiper1_pag .swiper-pagination-bullet,
#main_swiper1_pag .swiper-pagination-switch {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 12px;
    height: 12px;
    background: #fff;
    margin: 10px 5px;
    behavior: url(PIE.htc);
    border-radius: 50%;
    opacity: 1;
}

#main_swiper1_pag .swiper-pagination-bullet-active,
#main_swiper1_pag .swiper-active-switch {
    background: #E93838;
}

#main_swiper1_pag .swiper1_pag-customs {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    margin: 10px 5px;
}

#main_swiper1_pag .swiper1_pag-customs-active {
    opacity: 1;
    background: #E93838;
}

.swiper-button-next,
.swiper-button-prev {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
}

.main_block1 {
    width: 1200px;
}

.block1_right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 420px;
    height: 422px;
    padding-left: 25px;
}

.border {
    width: 420px;
    height: 258px;
}

.block1_right .block_top {
    position: absolute;
    top: 0;
    left: 25px;
    z-index: 99;
    height: 263px;
    width: 420px;
    /* background: url('../images/border.png') no-repeat;
    background-size: 100%; */
    padding: 30px 15px;
}

.block_top .border_head {
    position: absolute;
    top: -15px;
    left: 70px;
    width: 273px;
    height: 37px;
}

.block_top h1 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #333;
    line-height: 25px;
    margin: 0 0 10px 0;
}

.block_top p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    height: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block_top a {
    position: absolute;
    right: 15px;
    bottom: 5px;
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

.block_top a img {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    width: 16px;
    height: 16px;
}

.block1_right ul {
    font-size: 16px;
    margin: 15px 0 0 20px;
    padding: 0;
    width: 400px;
}

.block1_right ul li {
    color: #E93838;
    line-height: 22px;
    margin-bottom: 10px;
}

.block1_right ul li a {
    display: inline-block;
    vertical-align: top;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 第二个轮播 start*/

#main_swiper2 {
    width: 1200px;
    height: 80px;
    margin: 20px 0;
}

#main_swiper2 img {
    width: 1200px;
    height: 80px;
}

#main_swiper2_pag {
    width: 100%;
    position: absolute;
    z-index: 20;
    text-align: center;
    padding-right: 10px;
    bottom: 5px;
}
#main_swiper2_pag .swiper-pagination-bullet,
#main_swiper2_pag .swiper-pagination-switch {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 8px;
    height: 8px;
    background: #fff;
    margin: 0 5px;
    behavior: url(PIE.htc);
    border-radius: 50%;
    opacity: 1;
}

#main_swiper2_pag .swiper-pagination-bullet-active,
#main_swiper2_pag .swiper-active-switch {
    background: #E93838;
}

#main_swiper2_pag .swiper1_pag-customs {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    margin: 0 5px;
}

#main_swiper2_pag .swiper1_pag-customs-active {
    opacity: 1;
    background: #E93838;
}

#main_swiper2_pag .swiper-pagination-switch {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 8px;
    height: 8px;
    background: #fff;
    margin: 0 5px;
    border-radius: 50%;
    background: url(../images/pag8_1.png);
    background-size: 100%;
}

#main_swiper2_pag .swiper-active-switch {
    background: #E93838;
    background: url(../images/pag8_2.png) no-repeat;
    background-size: 100%;
}

#main_swiper2_pag .swiper2_pag-customs {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    margin: 0 4px;
}

#main_swiper2_pag .swiper2_pag-customs-active {
    opacity: 1;
    background: #E93838;
}


/* 第二个轮播 end*/


/* 左右分布 start*/

.main2 {
    position: relative;
    width: 1200px;
}

.main2 .main2_left {
    display: inline-block;
    width: 890px;
}

.main2 .main2_left .block_2 {
    width: 420px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
	overflow: hidden;
}

.main2 .list_header {
    width: 420px;
    height: 40px;
    background: url('../images/wcn.png') no-repeat;
    background-size: 100%;
    text-align: right;
}


.main2 .list_header6 {
    width: 420px;
    height: 40px;
    background: url('../images/dsxxjy.png') no-repeat;
   /* background-size: 100%;*/
    text-align: right;
}

.main2 .list_header2 {
    width: 420px;
    height: 40px;
    background: url('../images/wmlt.png') no-repeat;
    background-size: 100%;
    text-align: right;
}

.more {
    display: inline-block;
    line-height: 40px;
    margin-right: 10px;
}

.more img {
    width: 11px;
    height: 20px;
}

.block_2 .no_content {
    font-size: 16px;
    line-height: 200px;
    color: #ccc;
    text-align: center;
}

.block_2 ul {
    width: 420px;
    padding: 0;
    margin: 15px 0;
}

.block_2 ul li {
    list-style: none;
    margin-bottom: 10px;
}

.block_2 ul li a {
    display: inline-block;
    color: #333;
    font-size: 16px;
    line-height: 22px;
    width: 320px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.block_2 ul li span {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    color: #929292;
    line-height: 22px;
    margin-left: 30px;
}


/* 铺满 块*/

.main2 .main2_left .block1 {
    width: 860px;
}

.block1 .list_header {
    width: 860px;
}

.main2 .list_header3 {
    width: 420px;
    height: 40px;
    background: url('../images/cwdt.png') no-repeat;
    background-size: 200%;
    text-align: right;
}

.main2 .list_header4 {
    width: 860px;
    height: 40px;
    background: url('../images/wmcs.png') no-repeat;
    background-size: 100%;
    text-align: right;
}

.main2 .list_header5 {
    width: 860px;
    height: 40px;
    background: url('../images/wmzt.png') no-repeat;
    background-size: 100%;
    text-align: right;
}

.block1 .no_content {
    font-size: 16px;
    line-height: 215px;
    color: #ccc;
    text-align: center;
}

.block1 .ul1 {
    display: inline-block;
    vertical-align: top;
    width: 415px;
    height: 185px;
    padding: 0;
    margin: 15px 0;
}

.block1 .ul2 {
    display: inline-block;
    vertical-align: top;
    width: 415px;
    height: 184px;
    padding: 0;
    margin: 15px 0 0 15px;
    text-align: left;
}

.block1 li {
    list-style: none;
    margin-bottom: 10px;
}

.block1 li a {
    display: inline-block;
    width: 320px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    line-height: 22px;
}

.block1 li span {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    color: #929292;
    line-height: 22px;
    margin-left: 30px;
}


/* 主题活动轮播 */

.acitve_main {
    position: relative;
    width: 860px;
    height: 516px;
    margin: 0 0 20px 0;
	/*2021-06-29 去掉背景图，换成纯红色背景*/
    /*background: url('../images/swiper_back.png') no-repeat;*/
	background-color: #c20b0f;
    background-size: 100%;
    padding-top: 23px;
}

.acitve_main p {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
}

#active_swiper {
    position: relative;
    width: 860px;
    height: 450px;
    padding-top: 10px;
}

#active_swiper .swiper-slide {
    position: relative;
    width: 860px;
    height: 450px;
}

#active_swiper .swiper-slide div {
    margin: 0 55px;
}

#active_swiper_pag {
    width: 100%;
    position: absolute;
    z-index: 20;
    text-align: center;
    padding-right: 10px;
    line-height: 34px;
    bottom: 0;
}

#active_swiper_pag .swiper-pagination-switch {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 12px;
    height: 12px;
    background: #ccc;
    margin: 0 5px;
    behavior: url(PIE.htc);
    border-radius: 50%;
}

#active_swiper_pag .swiper-active-switch {
    background: #fff
}

#active_swiper .swiper-slide {
    /* padding: 0 6.5%; */
    width: 860px;
    height: 450px;
    margin: 0;
}

#active_swiper .swiper-slide a {
    display: inline-block;
    margin: 0 30px 50px 0;
}

#active_swiper .swiper-slide a img {
    border: 5px solid #fff;
    width: 225px;
    height: 100px;
}

#active_swiper .swiper-slide a:nth-child(3n) {
    width: 225px;
    height: 100px;
    margin: 0 0 50px 0;
}

#active_swiper_pag {
    text-align: center;
    padding-right: 10px;
    height: 34px;
    bottom: 0;
}

#active_swiper_pag .active_pag-customs {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background: rgba(255, 255, 255, 0.3);
    margin: 10px 5px;
}

#active_swiper_pag .active_pag-customs-active {
    opacity: 1;
    background: #fff;
}

.swiper-button-next {
    width: 36px;
    height: 50px;
    background: url('../images/next.png') no-repeat !important;
    background-size: 100% !important;
}

.swiper-button-prev {
    width: 36px;
    height: 50px;
    background: url('../images/prev.png') no-repeat !important;
    background-size: 100% !important;
}


/* 主题活动轮播 */


/* right */

.main2 .main2_right {
    display: inline-block;
    vertical-align: top;
    width: 303.5px;
}

.main2_right .right_block1 {
    width: 306px;
    height: auto;
    background: #f3f3f3;
    padding: 15px 14px 0 14px;
}

.right_block1 .search {
    width: 210px;
    height: 30px;
    margin: 5px auto 10px;
    behavior: url(PIE.htc);
    position: relative;
    /*如果没有这个属性，显示不出来*/
    border-radius: 15px;
    border: 1px solid #E93838;
    background: #fff;
    overflow: hidden;
}

.right_block1 .search input {
    vertical-align: top;
    padding-left: 10px;
    width: 173px;
    height: 28px;
    line-height: 28px;
    behavior: url(PIE.htc);
    position: relative;
    /*如果没有这个属性，显示不出来*/
    border-radius: 15px;
    font-size: 14px;
    outline: none;
    border: none;
}

.right_block1 .search a {
    position: relative;
    top: -2px;
}

.right_block1 .search button {
    border: none;
    outline: none;
    background-color: white;
}

.right_block1 .search .img {
    display: inline-block;
    line-height: 28px;
}

.right_block1 .search img {
    width: 14px;
    height: 14px;
}

.right_title {
    height: 33px;
    border-bottom: 1px solid #d8d8d8;
    margin: 15px 0 0 0;
}

.right_title .t_text {
    display: inline-block;
    padding: 0 14px;
    line-height: 33px;
    height: 33px;
    background: #E93838;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.right_ul {
    font-size: 0px;
    line-height: 0px;
    list-style: none;
    padding: 0;
}

.right_ul li {
    /* line-height: 25px; */
    position: relative;
    margin: 10px 0 0 0;
}

.right_ul li .point {
    display: inline-block;
    vertical-align: top;
    width: 5px;
    height: 5px;
    background: #E93838;
    margin: 10px 10px 0 0;
}

.right_ul li a {
    color: #333;
    display: inline-block;
    width: 75%;
    font-size: 16px;
    line-height: 25px;
}

.right_ul li a p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

.right_ul li span {
    position: absolute;
    right: 0;
    top: 12px;
    color: #606060;
    font-size: 14px;
}

.right_block1 .wmhd {
    margin-top: 10px;
    text-align: center;
}

.right_block1 .wmhd img {
    width: 100%;
    height: 163px;
}

.right_block1 .wmhd a {
    display: inline-block;
    margin: 10px 0;
    color: #333;
    font-size: 16px;
}

.main2_right .img_list {
    position: relative;
    width: 306px;
    margin-top: 20px;
}

.main2_right .img_list .img_list_item {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.main2_right .img_list .img_list_item img {
    width: 100%;
    height: 100px;
}

.main2_right .img_list .img_list_item .shadow {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    line-height: 100px;
    /* background: rgba(0, 0, 0, 0.4); */
    background: url(../images/rgba.png);
    /* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ececec,endColorstr=#C8ececec); */
    text-align: center;
}

.main2_right .img_list .img_list_item .shadow img {
    width: 71px;
    height: 71px;
}

.main2_right .img_list .img_list_item .shadow span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
}

.main2_right .xjdx {
    width: 100%;
    height: 420px;
    margin-top: 20px;
    padding-top: 15px;
    background: #f3f3f3;
}

.main2_right .xjdx .right_title {
    margin: 0 15px;
}


/* 先进典型 */

#xjdx_swiper {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 30px 0 0 0;
}

#xjdx_swiper .swiper-slide {
    width: 300px;
    /* padding: 10px 15px 0 15px; */
}

#xjdx_swiper .swiper-slide .div {
    width: 300px;
    text-align: center
}

#xjdx_swiper .swiper-slide .div .info {
    width: 300px;
    text-align: center;
}
#xjdx_swiper .swiper-slide .div .info .img_block{
    height: 160px;
    width: 250px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
#xjdx_swiper .swiper-slide .div .info img {
    width: 100%;
}

#xjdx_swiper .swiper-slide .div .info p {
    color: #333;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
}

#xjdx_swiper .swiper-slide .div p {
    text-align: left;
    display: inline-block;
    color: #333;
    width: 250px;
    font-size: 16px;
    line-height: 25px;
}

.people-button-next,
.people-button-prev {
    color: #E93838;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    position: absolute;
    top: 30%;
    width: 27px;
    height: 440px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
}

.people-button-next {
    right: 0;
}

.people-button-prev {
    left: 0;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 30%;
}

.swiper-button-prev {
    left: 10px;
}

.swiper-button-next {
    right: 10px;
}


/* 左右分布 end*/

.gygg {
    width: 100%;
}

.gygg .list_header {
    width: 100%;
    height: 40px;
    background: url('../images/gygg.png') no-repeat;
    background-size: 100%;
    text-align: right;
}

#gygg_swiper {
    position: relative;
    width: 1100px;
    height: 235px;
    margin-top: 20px;
}

#gygg_swiper .swiper-slide {
    width: 260px !important;
    margin-right: 35px;
    height: 162px;
    text-align: center;
}

#gygg_swiper .swiper-slide .div {
    width: 250px;
    height: 162px;
    text-align: center;
}

#gygg_swiper .swiper-slide .div .img_block{
    height: 162px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
#gygg_swiper img {
width: 100%;
}

#gygg_swiper p {
    color: #333;
    font-size: 16px;
    margin-top: 10px;
}


/* 主要内容 end */

.active_swiper {
    position: relative;
    width: 860px;
    height: 450px;
    padding-top: 10px;
}

.active_swiper .swiper-slide {
    position: relative;
    width: 860px;
    height: 450px;
}

.active_swiper .swiper-slide div {
    margin: 0 55px;
}

.active_swiper_pag {
    width: 100%;
    position: absolute;
    z-index: 20;
    text-align: center;
    padding-right: 10px;
    line-height: 34px;
    bottom: 0;
}

.active_swiper_pag .swiper-pagination-switch {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 12px;
    height: 12px;
    background: #ccc;
    margin: 0 5px;
    behavior: url(PIE.htc);
    border-radius: 50%;
}

.active_swiper_pag .swiper-active-switch {
    background: #fff
}

.active_swiper .swiper-slide {
    /* padding: 0 6.5%; */
    width: 860px;
    height: 450px;
    margin: 0;
}

.active_swiper .swiper-slide a {
    display: inline-block;
    margin: 0 30px 50px 0;
}

.active_swiper .swiper-slide a img {
    border: 5px solid #fff;
    width: 225px;
    height: 100px;
}

.active_swiper .swiper-slide a:nth-child(3n) {
    width: 225px;
    height: 100px;
    margin: 0 0 50px 0;
}

.active_swiper_pag {
    text-align: center;
    padding-right: 10px;
    height: 34px;
    bottom: 0;
}

.active_swiper_pag .active_pag-customs {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background: rgba(255, 255, 255, 0.3);
    margin: 10px 5px;
}

.active_swiper_pag .active_pag-customs-active {
    opacity: 1;
    background: #fff;
}

.h1_img {
    position: absolute;
    top: 20px;
    left: 0;
    ;
}

.h2_img {
    position: absolute;
    top: 20px;
    right: 0;
    ;
}